Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.appendix.configurationmetadata.manualhints.valuehint
Package-level
declarations
Types
Types
My
Properties
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my"
)
open
class
MyProperties
@
ConfigurationProperties
(
value
=
"my"
)
class
MyProperties
(
val
contexts
:
Map
<
String
,
Int
>
)